loginresponse
Class Error

java.lang.Object
  extended by loginresponse.Error

public class Error
extends java.lang.Object


Field Summary
protected  java.lang.String code
           
protected  java.lang.String value
           
 
Constructor Summary
Error()
           
 
Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.String getvalue()
          Gets the value of the value property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setvalue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected java.lang.String code

value

protected java.lang.String value
Constructor Detail

Error

public Error()
Method Detail

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getvalue

public java.lang.String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setvalue

public void setvalue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String